Microsoft DirectX 8.1 (C++)

GuardInterval Enumeration

Specifies the guard interval on a Digital Video Broadcasting-Terrestrial (DVB-T) system.

Syntax

enum GuardInterval {
    BDA_GUARD_NOT_SET = -1,
    BDA_GUARD_NOT_DEFINED = 0,
    BDA_GUARD_1_32 = 1,
    BDA_GUARD_1_16 = 2,
    BDA_GUARD_1_8 = 3,
    BDA_GUARD_1_4 = 4,
    BDA_GUARD_MAX = 5,
} GuardInterval;

Members

BDA_GUARD_NOT_SET

The guard interval is not set.

BDA_GUARD_NOT_DEFINED

The guard interval is not defined.

BDA_GUARD_1_32

The guard interval is 1/32.

BDA_GUARD_1_16

The guard interval is 1/16.

BDA_GUARD_1_8

The guard interval is 1/8.

BDA_GUARD_1_4

The guard interval is 1/4.

BDA_GUARD_MAX

The guard interval is the maximum.

See Also

IDVBTLocator::get_Guard